Step 1:
Download and install the latest version of visual studio 2022 from this link: https://visualstudio.microsoft.com/

Step 2:
Make sure to install C# packedge as well as ASP. NET Core 

Step 3:
Download and install Visual Studios Code. 
https://code.visualstudio.com/
After that open, it and select get from version control, from the dropdown, select git. 
Use this link to close our project: 
https://github.com/DChzhao/Elevator-Safety-Incident-Reporting.git


Step 4:
After that, the project will be successfully cloned and you can open it in the visual studio.


Step 5:
Download and install Microsoft SQL server management studio, it is needed to operate the database
https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms-19?view=sql-server-ver16

Step 6:
Once you've opened the SelftServiceWebApp.sln in the visual studio navigate to the migrations folder in solution explorer and delete it.

Step 7:
On top of the visual studio go to TOOLS-> NuGet package manager ->
Package Manager Console.
Open the console and enter these two commands:
add-migration FirstMigration
update-database
